Tools:
1. MiniCommander, Blue FTP ... etc
2. ByteCode Editor.

Introduction:
Hi, In this tutorial, I'll teach you How To Add Simple Light Adjuster To Any MIDlet HAS AN INTERFACE Manually.

Procedures:
1. Download the attached file.

2. Using MiniCommander , extract your MIDlet "app/game" to a sub folder.

3. Using ByteCode Editor , search for this code:
1. javax/microedition/lcdui/Canvas

4. A few .CLASS files will pop up, now open it one by one > Constant pool> Press "7" > Replace:
1. javax/microedition/lcdui/Canvas with:
1. javay/microedition/lcdui/Canvas then press OK. do the same with the rest of .CLASS files that poped up after searching.

5. In every edited class, also replace:
1. keyPressed with: "case-sensitive"
1. KeyPressed "case-sensitive"

6. Extract javay folder from the attached file to the sub folder where you have extracted your MIDlet.

7. Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy. :)

8. Press dial key to adjust the backlight. :)

LiNK:
HERE!!

Insane